Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weights and Biases Callback for Elegy #220

Merged
merged 39 commits into from
Mar 23, 2022
Merged

Conversation

soumik12345
Copy link
Contributor

Callback that streams epoch results to a Weights & Biases run.

Sample Usage:

wandb.login()
wandb_logger = WandbCallback(project="sample-wandb-project", job_type="train")
model.fit(X_train, Y_train, callbacks=[wandb_logger])

Key Features:

  • Automatically log your experiment results using elegy.callbacks.WandbCallback
  • Save and version model checkpoints as Weights & Biases Artifacts

Colab Notebook for Demonstration: https://colab.research.google.com/drive/1M-KJcxFx5LXVqtt7Yztbf8uyX0Cd7GEw?usp=sharing
Sample Dashboard: https://wandb.ai/geekyrakshit/elegy-test

@cgarciae cgarciae merged commit c6ad092 into poets-ai:master Mar 23, 2022
@cgarciae
Copy link
Collaborator

Hey @soumik12345! Sorry it took so long to review.
I updated the dependencies and solved merge issue.

Thanks a lot for doing this ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants